func strconv.bsearch
6 uses
strconv (current package)
quote.go#L499: func bsearch[S ~[]E, E ~uint16 | ~uint32](s S, v E) (int, bool) {
quote.go#L544: i, _ := bsearch(isPrint, rr)
quote.go#L548: _, found := bsearch(isNotPrint, rr)
quote.go#L553: i, _ := bsearch(isPrint, rr)
quote.go#L561: _, found := bsearch(isNotPrint, uint16(r))
quote.go#L583: _, found := bsearch(isGraphic, uint16(r))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)